github.com/klauspost/compress/zstd.bitWriter.flush32 (method)

7 uses

	github.com/klauspost/compress/zstd (current package)
		bitwriter.go#L55: 	b.flush32()
		bitwriter.go#L75: func (b *bitWriter) flush32() {
		blockenc.go#L744: 	wr.flush32()
		blockenc.go#L750: 	wr.flush32()
		blockenc.go#L761: 		wr.flush32() // tablelog max is below 8 for each, so it will fill max 24 bits.
		blockenc.go#L795: 		wr.flush32()
		fse_encoder.go#L699: 	c.bw.flush32()